Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

CSSNamespaceRule

Extends CSSRule.

The CSSNamespaceRule interface represents an @namespace at-rule.

Properties
DOMString
namespaceURI
The namespaceURI attribute, on getting, must return the namespace of the @namespace at-rule.
DOMString
prefix
The prefix attribute must return the prefix of the @namespace at-rule or the empty string if there is no prefix.